golang.org/x/tools/internal/gcimporter.readerDict.rtbounds (field)
7 uses
golang.org/x/tools/internal/gcimporter (current package)
ureader.go#L166: rtbounds []typeInfo // contains constraint types for each parameter in rtparams
ureader.go#L361: if n < len(r.dict.rtbounds) {
ureader.go#L364: return r.dict.tparams[n-len(r.dict.rtbounds)]
ureader.go#L687: dict.rtbounds = make([]typeInfo, nreceivers)
ureader.go#L688: for i := range dict.rtbounds {
ureader.go#L689: dict.rtbounds[i] = r.typInfo()
ureader.go#L723: in = r.dict.rtbounds
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)